home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / CheckBoxClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  444b  |  22 lines

  1. /* ==========================================================================
  2. **
  3. **                          CheckBoxClass.h
  4. **
  5. **   ⌐1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef CHECKBOXCLASS_H
  11. #define CHECKBOXCLASS_H
  12.  
  13. #include "CheckBox.h"
  14. #include "ValuatorClass.h"
  15.  
  16.  
  17. struct ValuatorClass *CheckBoxClass( void );
  18.  
  19. void CheckBoxClass_Init( struct ValuatorClass *class );
  20.  
  21.  
  22. #endif